getInterval

abstract fun getInterval(): Int

Returns the refresh interval for this source, in seconds. This is typically used for dynamic content that needs to be updated periodically. A value of 0 or a negative value might indicate no automatic refresh.

Return

The refresh interval in seconds.